Skip to content

fix(deps): update all non-major dependencies#261

Merged
VictorWinberg merged 1 commit intomasterfrom
renovate/all-minor-patch
Apr 21, 2026
Merged

fix(deps): update all non-major dependencies#261
VictorWinberg merged 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 1, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@babel/core (source) 7.28.57.29.0 age confidence devDependencies minor
@babel/eslint-parser (source) 7.28.57.28.6 age confidence devDependencies patch
@testing-library/react 16.3.116.3.2 age confidence devDependencies patch
body-parser 1.20.31.20.4 age confidence dependencies patch
cookie-session 2.1.02.1.1 age confidence dependencies patch
dotenv 17.2.317.4.2 age confidence dependencies minor
express (source) 4.20.04.22.1 age confidence dependencies minor
http-proxy-middleware 2.0.72.0.9 age confidence dependencies patch
lodash (source) 4.17.214.18.1 age confidence dependencies minor
node (source) v22.21.122.22.2 age confidence minor
pg (source) 8.13.18.20.0 age confidence dependencies minor
recharts 3.6.03.8.1 age confidence dependencies minor

http-proxy-middleware can call writeBody twice because "else if" is not used

CVE-2025-32996 / GHSA-4www-5p9h-95mh

More information

Details

In http-proxy-middleware before 2.0.8 and 3.x before 3.0.4, writeBody can be called twice because "else if" is not used.

Severity

  • CVSS Score: 4.0 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:L

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


http-proxy-middleware allows fixRequestBody to proceed even if bodyParser has failed

CVE-2025-32997 / GHSA-9gqv-wp59-fq42

More information

Details

In http-proxy-middleware before 2.0.9 and 3.x before 3.0.5, fixRequestBody proceeds even if bodyParser has failed.

Severity

  • CVSS Score: 4.0 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Release Notes

babel/babel (@​babel/core)

v7.29.0

Compare Source

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature
🐛 Bug Fix
  • babel-parser
  • babel-traverse
    • #​17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #​17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)
🏃‍♀️ Performance
Committers: 6

v7.28.6

Compare Source

testing-library/react-testing-library (@​testing-library/react)

v16.3.2

Compare Source

expressjs/body-parser (body-parser)

v1.20.4

Compare Source

===================

  • deps: qs@~6.14.0
  • deps: use tilde notation for dependencies
  • deps: http-errors@~2.0.1
  • deps: raw-body@~2.5.3
expressjs/cookie-session (cookie-session)

v2.1.1

Compare Source

==========

motdotla/dotenv (dotenv)

v17.4.2

Compare Source

v17.4.1

Compare Source

v17.4.0

Compare Source

v17.3.1

Compare Source

Changed
  • Fix as2 example command in README and update spanish README

v17.3.0

Compare Source

Added
  • Add a new README section on dotenv’s approach to the agentic future.
Changed
  • Rewrite README to get humans started more quickly with less noise while simultaneously making more accessible for llms and agents to go deeper into details.

v17.2.4

Compare Source

Changed
  • Make DotenvPopulateInput accept NodeJS.ProcessEnv type (#​915)
  • Give back to dotenv by checking out my newest project vestauth. It is auth for agents. Thank you for using my software.
expressjs/express (express)

v4.22.1

Compare Source

v4.22.0

Compare Source

v4.21.2

Compare Source

What's Changed

Full Changelog: expressjs/express@4.21.1...4.21.2

v4.21.1

Compare Source

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

v4.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

chimurai/http-proxy-middleware (http-proxy-middleware)

v2.0.9

Compare Source

v2.0.8

Compare Source

lodash/lodash (lodash)

v4.18.1

Compare Source

v4.18.0

Compare Source

v4.17.23

Compare Source

nodejs/node (node)

v22.22.2

Compare Source

v22.22.1: 2026-03-05, Version 22.22.1 'Jod' (LTS)

Compare Source

Notable Changes
Commits

Configuration

📅 Schedule: (in timezone Europe/Stockholm)

  • Branch creation
    • "every 3 months on the first day of the month"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the security label Apr 1, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 1, 2026

QA Test Environment

VictorWinberg-OneList--renovate-all-minor-patch

Environment has been created!
Please visit london.

deploy 2026-04-01 02:57
redeploy 2026-04-01 16:15
redeploy 2026-04-02 01:06
redeploy 2026-04-05 23:04
redeploy 2026-04-12 19:33
Environment has been shut down.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0cb56c0 to 57d2419 Compare April 5, 2026 21:01
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 57d2419 to 5aab831 Compare April 12, 2026 17:32
@VictorWinberg VictorWinberg merged commit 0cf42b2 into master Apr 21, 2026
3 checks passed
@VictorWinberg VictorWinberg deleted the renovate/all-minor-patch branch April 21, 2026 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant